home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: IVORY.trentu.ca!DPIDVERBNY
- From: dpidverbny@ivory.trentu.ca
- Subject: Help: SLOW DLL
- X-Nntp-Posting-Host: trentu.ca
- Message-ID: <Dnso1o.M7D@blaze.trentu.ca>
- Sender: news@blaze.trentu.ca (USENET News System)
- Reply-To: dpidverbny@ivory.trentu.ca
- Organization: Trent University, Peterborough
- Date: Tue, 5 Mar 1996 12:29:48 GMT
-
- I wrote a program for my thesis in C and the world was fine. Then I wanted
- a really cool interface for it, so I converted my efficient code into a DLL.
- The DLL is called from my Visual Basic interface. The results are correct
- but it takes twice as long to run the program under Windows than it did under
- DOS.
- Has anyone run into this before. Can I made my DLL run as fast as my C code
- or is just another Windows problem that I have to put up with. I am using
- Borland C 3.1, Visual Basic 4.0 and WIndows 3.1. I have optimized my DLL
- for speed in the compiler options. Is they any more optimizing methods?
- I don't have enough time to check this group regularily so could you e-mail
- any responses. Thanks in advance, Dan.
-